home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / MacPerl ƒ / Perl Source ƒ / MacPerl / MPSave.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-03  |  479 b   |  18 lines  |  [TEXT/MPS ]

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Real Perl Application
  3. File        :    MPSave.h            -    Handle all the runtime variations
  4. Author    :    Matthias Neeracher
  5. Started    :    02Oct93                                Language    :    MPW C
  6. Modified    :    02Oct93    MN    
  7. Last        :    02Oct93
  8. *********************************************************************/
  9.  
  10. #ifndef __MPSAVE__
  11. #define __MPSAVE__
  12.  
  13. #include "MPGlobals.h"
  14.  
  15. pascal OSErr DoSave(DPtr theDocument, FSSpec theFSSpec);
  16.  
  17. #endif
  18.